@media only screen and (max-width: 1330px) {
    /*float*/
    .float_box{right:1px;}
    .float_box ul{width:40px;}
    .float_box ul li{padding:0;height:40px;width:40px;}
    .float_box ul li i{font-size:20px;line-height:40px;padding:0;}
    .float_box ul li span{display:none;}
    .float_box .scrollTop{width:40px;height:40px;line-height:40px;}
    .float_box .scrollTop i{font-size:16px;}
    .float_box ul li .tel_box span{display:block;}
    .float_box ul li .qq_box,.float_box ul li .code_box,.float_box ul li .tel_box{right:40px;}
}
@media only screen and (max-width: 1250px) {
    .container{width:1000px;}
    .kj-navbar .navbar-nav >li >a{padding:0 20px;font-size:15px;}
    .kj-navbar .navbar-right > li > a{padding:0 15px;}
    .index_product .swiper-slide .right_info{padding:0 25px;}
    .index_product .swiper-slide .right_info .btn_box{margin-top:15px;}

    /*新闻列表*/
    .news_list_box .news_list li .img_box{height:210px;}

    /*产品列表*/
    .product_list_ul2 li .kj-table{margin:0;}

    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

}
@media only screen and (max-width: 1200px) {
    /*index*/
    .kj-navbar .navbar-nav .li-kj-nav-procata{display:none;}
}

@media only screen and (max-width: 1024px) {
    body{padding-bottom:44px;}
    /*float*/
    .float_box{display:none !important;}
    .phone_top{display:block;}
    .phone_footer_nav{display:block;}

}
@media only screen and (max-width: 1020px) {
    .container{width:750px;}
    .header_logo_search .logo_btn{width:100%;text-align:center;margin-bottom:15px;}
    .kj-navbar .navbar-nav >li >a{font-size:14px;padding:0 10px;}
    .kj-navbar .navbar-right > li > a{font-size:14px;padding:0 10px;}
    .index_hot_cate{padding-bottom:50px;}
    .index_hot_cate ul li{margin-right:10px;width:calc((100% - 20px)/3);margin-bottom:10px;}
    .index_hot_cate ul li:nth-child(5n){margin-right:10px;}
    .index_hot_cate ul li:nth-child(3n){margin-right:0;}
    .index_product .swiper-slide .right_info .base_text{display:none;}
    .index_product .swiper-slide .right_info .btn_box a{width:auto;padding:0 15px;height:40px;}
    .index_product .swiper-slide .right_info .name_btn{font-size:20px;line-height:30px;margin-bottom:15px;}
    .footer_box .footer_nav{margin-right:70px;}
    .product_base_info .image_box,.product_info_details .left_box{width:100%;margin-right:0;}
    .product_base_info .image_box .tb-booth,.product_info_details .left_box .image_box .tb-booth{height:auto;border:1px solid #ddd;}
    .product_base_info .info_box,.product_info_details .right_box{width:100%;margin-top:20px;padding:0;}
    .product_list_ul2 li .pro_description{padding:12px;}
    .product_list_ul2 li .pro_description .right_info{width:calc(100% - 60px);}
    .product_list_ul2 li .stock_btn{bottom:12px;}
    .page_product_list li{width:calc((100% - 20px)/2);}
    .page_product_list li:nth-child(2n){margin-right:0;}


    /*新闻列表*/
    .news_list_box .news_list li{width:calc((100% - 30px)/2);}
    .news_list_box .news_list li:nth-child(3n){margin-right:30px;}
    .news_list_box .news_list li:nth-child(2n){margin-right:0;}
    .technical_list li .time{margin-left:20px;}
    .promotion_list_ul li{width:calc((100% - 12px)/2);}
    .promotion_list_ul li:nth-child(3n){margin-right:12px;}
    .promotion_list_ul li:nth-child(2n){margin-right:0;}

    .pro_slide_box .btn_box a{padding:0 40px;}
    .pro_slide_box .package_item .item{width:50%;}
}

@media only screen and (max-width: 767px) {
    .container{width:100%;}
    /**修改表单 **/
   .table-responsive{border:0;}
    /*顶部基本信息展示*/
    .header_top_baseInfo{display:none;}
    /*顶部logo及搜索*/
    .header_logo_search,.footer_box,.footer_copyright{display:none;}
    /*header*/
    .header_logo_search{padding:0;}
    .header_logo_search .container{padding:0;}
    .kj-navbar{width:100%;background:#fff;border-bottom:2px solid var(--bgColor);flex:auto;display:block;border-top:0;}
    .kj-navbar .navbar-header{display:block;padding:0 15px;}
    .kj-navbar .navbar-header .navbar-brand{padding:0;}
    .kj-navbar .navbar-header .navbar-brand img{max-height:36px;margin-top:7px;}
    .kj-navbar .navbar-header .navbar-toggle{border:0;margin-right:0;}
    .kj-navbar .navbar-header .navbar-toggle .icon-bar{background-color:#666;}
    .kj-navbar .navbar-header .btn-search-toggle{float:right;margin-top:9px;background:#fff;line-height:30px;padding:0;margin-right:10px;color:#666;font-size:16px;}
    .kj-navbar .navbar-nav{margin:0;flex-wrap:wrap;}
    .kj-navbar .navbar-nav > li{flex:100%;}
    .kj-navbar .navbar-nav li a{margin:0;text-align:center;}
    .kj-navbar .navbar-nav li{border-top:1px dotted #dedede;}
    .kj-navbar .navbar-nav li.li-kj-nav-procata{display:none;}
    .kj-navbar .navbar-nav li a{color:#333;}
    .kj-navbar .navbar-nav >li >a:after{height:0;}
    .kj-navbar .navbar-nav >li.active > a{background:var(--bgColor);color:#fff;}
    .kj-navbar .order_btn{color:var(--fontColor);padding:0;justify-content:center;border-top:1px dotted #dedede;font-size:15px;}
    .kj-navbar .order_btn:before{width:0;}
    .kj-navbar .order_btn a{color:var(--fontColor);}
    .kj-navbar .navbar-right{display:none;}

    /*index*/
    #banner-swiper .swiper-pagination{display:none;}
    .index_hot_cate{padding:20px 0;}
    .index_title h6{display:none;}
    .index_title h1{font-size:20px;line-height:40px;}
    .index_hot_cate ul li{width:calc((100% - 10px)/2);}
    .index_hot_cate ul li:nth-child(3n){margin-right:10px;}
    .index_hot_cate ul li:nth-child(2n){margin-right:0;}
    .index_hot_cate ul li .img_btn{height:125px;}
    .index_hot_cate ul li .name_btn{font-size:14px;margin-top:10px;line-height:24px;}
    .index_hot_cate ul li .brief_text{display:none;}
    .index_product{padding:20px 0 60px 0;}
    .index_product .swiper-slide .left_img{width:100%;}
    .index_product .swiper-slide .left_img a{height:200px;padding:10px;}
    .index_product .swiper-slide .right_info{width:100%;padding:0 15px 30px 15px;}
    .index_product .swiper-slide .right_info .name_btn{font-size:18px;}


    /*产品列表*/
    .product_cate_brief{margin:0;}
    .product_list_opt{margin-top:10px;}
    .product_container .product_left{width:100%;margin-right:0;}
    .product_container .product_left h1{font-size:20px;line-height:30px;margin-bottom:5px;}
    .product_container .product_right{width:100%;margin-top:20px;}
    .product_cate_brief h1{font-size:20px;}
    .product_cate_brief .brief_text{margin-top:5px;line-height:22px;}
    .product_list_ul2 li .pro_description .right_info .name_btn{font-size:16px;}
    .page_product_list li{width:100%;margin-right:0;}


    /*产品详情*/
    .product_info_details{margin-top:0;}
    .product_info_details .right_box .pro_title{font-size:20px;line-height:30px;}
    .product_info_details .right_box .btn_box{margin-top:15px;}
    .product_info_details .right_box .btn_box a,.product_base_info .info_box .btn_box a{width:auto;padding:0 15px;}
    .product_info_details .right_box .info_box .list{width:100%;line-height:24px;padding:3px 0;}
    .pro_slide_box{margin-top:20px;}
    .pro_slide_box .btn_box a{font-size:14px;padding:0 10px;}
    .pro_slide_box .product_desc_title{font-size:14px;}
    .pro_slide_box .activeBox{line-height:24px;}
    .pro_slide_box .package_item .item{width:100%;line-height:28px;}

    /*文章*/
    .page_nav{margin:0}
    .page_nav a{padding:0 18px;font-size:14px;height:36px;line-height:34px;margin:0 5px 5px 0;}
    .article_box{margin-top:0;}
    .article_box .article_content{font-size:14px;line-height:24px;padding:10px 0;}

    /*新闻*/
    .news_list_box .news_list{margin-top:0;}
    .news_list_box .news_list li{width:100%;margin-right:0;margin-bottom:12px;}
    .news_list_box .news_list li:nth-child(3n){margin-right:0;}
    .news_list_box .news_list li .info_box .name_btn{margin:15px 0;font-size:15px;}
    .technical_content .page_left{width:100%;margin:0;}
    .technical_content .page_left h1{height:40px;line-height:40px;font-size:18px;}
    .technical_content .page_left ul li a,.technical_content .page_left ul li a:before{height:38px;}
    .technical_content .page_right{width:100%;}
    .technical_list li{flex-wrap: wrap;}
    .technical_list li .img_btn{width:100%;}
    .technical_list li .news_info{margin-top:10px;margin-left:0;}
    .technical_list li .time{margin-top:5px;}
    .kj_news{padding:15px;}
    .kj_news .kj_news_inner .info_text{font-size:12px;line-height:18px;}
    .kj_news .kj_news_inner .kj_news_title a{font-size:14px;}
    .kj_news .kj_news_inner .kj_news_title .time{font-size:12px;}
    .kj_news_active{margin-top:0;padding:15px;}
    .kj_news_active .kj-main-articleinfo-title{font-size:18px;line-height:28px;}
    .kj_news_active .kj-article-content{margin-top:10px;line-height:24px;}

    .promotion_list_ul li{width:100%;margin-right:0;}
    .promotion_list_ul li:nth-child(3n){margin-right:0;}

    .kj-select .form-inline .form-group{width:100%;padding-right:0;}
    .kj-select .form-inline .form-group:first-child{padding-right:0;}
    .kj-select .form-inline .form-group:last-child{padding-left:0;}
    .kj-select .form-inline .form-group:last-child span{margin-top:0;}
    .kj-distpickerBox{margin-top:20px;}
    .kj-distpicker{flex:0 0 100%;}
}
